From e8fa801c79deb72e572aa1d2c837b57fef31eb6d Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Sun, 30 Oct 2005 15:42:02 +0100 Subject: [PATCH] Remove out: label, to silence warning. Signed-off-by: Ewan Mellor --- linux-2.6-xen-sparse/arch/xen/kernel/reboot.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c b/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c index fbac789592..d017cf9620 100644 --- a/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c +++ b/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c @@ -317,11 +317,10 @@ static void shutdown_handler(struct xenbus_watch *watch, shutting_down = SHUTDOWN_INVALID; } - kfree(str); - - out: if (shutting_down != SHUTDOWN_INVALID) schedule_work(&shutdown_work); + + kfree(str); } #ifdef CONFIG_MAGIC_SYSRQ -- 2.30.2